home *** CD-ROM | disk | FTP | other *** search
/ Young & Modern Digital Makeover Magic / Young & Modern Digital Makeover Magic.iso / data1.cab / TempMKV / UtilContextProxy.js < prev    next >
Encoding:
JavaScript  |  1999-10-18  |  335 b   |  19 lines

  1. // UtilContextProxy.js
  2. // Copyright (c) 1999 MGI Software Corp. All Rights Reserved
  3. // <Script>
  4.  
  5. function _LTKGetContext( Ctx )
  6. {
  7.    return CMGI3ContextProxy.GetContext( Ctx );
  8. }
  9.  
  10. function _isMapi()
  11. {
  12.    return CMGI3ContextProxy.CheckMapi();
  13. }
  14.  
  15. function _isPrinters()
  16. {
  17.    return CMGI3ContextProxy.CheckPrinters();
  18. }
  19.